projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ebe44a
)
change search help to better message
author
Mitsutaka Mimura
<takkanm@gmail.com>
Tue, 5 May 2015 02:13:04 +0000
(11:13 +0900)
committer
Mitsutaka Mimura
<takkanm@gmail.com>
Tue, 5 May 2015 02:13:04 +0000
(11:13 +0900)
src/bin/cargo.rs
patch
|
blob
|
history
diff --git
a/src/bin/cargo.rs
b/src/bin/cargo.rs
index 5902d3952d0c8cebbe94aca12104f7b2b4fbf6d2..80f01bc3cf919fca0bbdb679b4dac185f41dab87 100644
(file)
--- a/
src/bin/cargo.rs
+++ b/
src/bin/cargo.rs
@@
-48,7
+48,7
@@
Some common cargo commands are:
test Run the tests
bench Run the benchmarks
update Update dependencies listed in Cargo.lock
- search Search
crates from host of a registry
+ search Search
registry for crates
See 'cargo help <command>' for more information on a specific command.
";